removeAll

(alias) function removeAll(values: collection<-T>): boolean

Deprecated

Use 'remove_all' instead

Removes all elements from the collection that are present in another collection.

Alias

Alias target

Return

true if any of the specified elements was removed from the collection, false if the collection was not modified.

Since

0.9.0

Parameters

values

The collection containing elements to remove.